home *** CD-ROM | disk | FTP | other *** search
/ Enter 2006 September / Enter 09 2006.iso / Pakiet3_outlook / PicoBackup Outlook Express Edition 2.1 / PicoBackupOESetup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-07-21  |  4.3 KB  |  74 lines

  1. ;InnoSetupVersion=4.2.6
  2. [Setup]
  3. AppName=Acubix PicoBackup Outlook Express Edition
  4. AppVerName=Acubix PicoBackup Outlook Express Edition 2.1
  5. AppId=Acubix PicoBackup Outlook Express Edition
  6. AppVersion=2.1
  7. AppPublisher=Acubix
  8. AppPublisherURL=http://www.picobackup.com
  9. AppSupportURL=http://www.picobackup.com
  10. AppUpdatesURL=http://www.picobackup.com
  11. DefaultDirName={pf}\PicoBackupOE
  12. DefaultGroupName=Acubix PicoBackup Outlook Express Edition
  13. OutputBaseFilename=PicoBackupOE21
  14. Compression=lzma
  15. PrivilegesRequired=poweruser
  16. LicenseFile=embedded\License.rtf
  17. InfoBeforeFile=embedded\InfoBefore.rtf
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20. [Files]
  21. Source: "{app}\File_Id.diz"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\License.rtf"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\Readme.rtf"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\Help\PicoBackup.CNT"; DestDir: "{app}\Help"; Flags: ignoreversion 
  25. Source: "{app}\Help\PICOBACKUP.HLP"; DestDir: "{app}\Help"; Flags: ignoreversion 
  26. Source: "{app}\PicoBackup.exe"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete ignoreversion 
  27. Source: "{app}\PicoBackupAgent.exe"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete ignoreversion 
  28. Source: "{app}\SystemState.dll"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete ignoreversion 
  29. Source: "{app}\StarBurn.dll"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete ignoreversion 
  30. Source: "{app}\WnASPI32.dll"; DestDir: "{app}"; MinVersion: 0.0,4.0.1381 Service Pack 6; Flags: restartreplace uninsrestartdelete ignoreversion 
  31. Source: "{tmp}\Outlook Express Backup.ppe"; DestDir: "{tmp}"; Flags: deleteafterinstall 
  32. [Dirs]
  33. Name: "{app}\Plugins"; 
  34. Name: "{app}\Help"; Flags: uninsalwaysuninstall 
  35. [Registry]
  36. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Acubix PicoBackup_is1"; Flags: deletekey 
  37. [INI]
  38. FileName: "{app}\PicoBackup.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.picobackup.com"; 
  39. [Run]
  40. Filename: "{app}\PicoBackup.exe"; Parameters: "-INSTALL"; Description: "{cm:LaunchProgram,Acubix PicoBackup}"; 
  41. Filename: "{app}\PicoBackup.exe"; Parameters: "-INSTALLUPGRADEPLUGIN ""{tmp}\Outlook Express Backup.ppe"""; 
  42. Filename: "{app}\PicoBackup.exe"; Description: "{cm:LaunchProgram,Acubix PicoBackup}"; Flags: postinstall skipifsilent nowait
  43. [UninstallRun]
  44. Filename: "{app}\PicoBackup.exe"; Parameters: "-UNINSTALL"; 
  45. [Icons]
  46. Name: "{group}\PicoBackup Outlook Express Edition"; Filename: "{app}\PicoBackup.exe"; 
  47. Name: "{group}\{cm:ProgramOnTheWeb,Acubix PicoBackup}"; Filename: "{app}\PicoBackup.url"; 
  48. Name: "{group}\Uninstall PicoBackup Outlook Express Edition"; Filename: "{uninstallexe}"; 
  49. Name: "{userdesktop}\PicoBackup Outlook Express Edition"; Filename: "{app}\PicoBackup.exe"; Tasks: desktopicon; 
  50. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\PicoBackup Outlook Express Edition"; Filename: "{app}\PicoBackup.exe"; IconFilename: "{app}\PicoBackup.exe"; Tasks: quicklaunchicon; 
  51. Name: "{group}\Readme"; Filename: "{app}\Readme.rtf"; 
  52. Name: "{group}\License"; Filename: "{app}\License.rtf"; 
  53. Name: "{group}\PicoBackup Outlook Express Edition Scheduling Agent"; Filename: "{app}\PicoBackupAgent.exe"; IconFilename: "{app}\PicoBackupAgent.exe"; 
  54. Name: "{group}\PicoBackup Outlook Express Edition Help"; Filename: "{app}\Help\PicoBackup.HLP"; 
  55. [Tasks]
  56. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  57. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  58. [UninstallDelete]
  59. Type: files; Name: "{app}\PicoBackup.url"; 
  60. [CustomMessages]
  61. default.NameAndVersion=%1 version %2
  62. default.AdditionalIcons=Additional icons:
  63. default.CreateDesktopIcon=Create a &desktop icon
  64. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  65. default.ProgramOnTheWeb=%1 on the Web
  66. default.UninstallProgram=Uninstall %1
  67. default.LaunchProgram=Launch %1
  68. default.AssocFileExtension=&Associate %1 with the %2 file extension
  69. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  70. [Languages]
  71. ; These files are stubs
  72. ; To achieve better results after recompilation, use the real language files
  73. Name: "default"; MessagesFile: "embedded\default.isl"; 
  74.